home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0584.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  3.5 KB  |  85 lines

  1. >Timbl:
  2. >> Great idea, LOTS of applications.  Traversing a tree to a given depth
  3. >> makes a book.  Tony's WWWVeronica is a great idea -- particularly as  
  4. >> it can pick up WAIS indexes and Gopher and telent sites all together  
  5. >> and make a megaIndex of the whole scene!
  6. >
  7. >I agree that the map produced by traversing all of WWW would be
  8. >QUITE large and that it would be more efficiently searched as
  9. >an Index (WWWVeronica), if the output of the Robot were Text.
  10. >
  11. >A new twist: (I am still trying to catch up on all the features &
  12. >functionality of WWW, so if WWW already does this, please tell me)
  13. >
  14. >Is it possible for a user of WWW to see, graphically, a map of the
  15. >Web?  If the map produced by the WRR (Web Roaming Robot) were to
  16. >produce a map instead of a book, and the user could point at a spot on
  17. >the map and select it, then I think it would be a lot easier
  18. >to navigate.
  19.  
  20. Well, thats more or less what I meant when I said this would make an
  21. ideal history mechanism.
  22.  
  23. >There could be a "short-range" scan which would show a close-up view
  24. >of the web links all around the current node, upto around 3 or 4
  25. >levels.
  26. >
  27. >There could be a "long-range" scan which would show a global
  28. >view of the Web, leaving out the details of the local links.
  29.  
  30. I'd prefer continuous zoom.  I've seen widgets that do this, although
  31. I'm not sure where to find one.  At any rate the problem is solvable.
  32.  
  33. >This requires an extension beyond hypertext into hypermedia, of
  34. >course.
  35.  
  36. Not necessarily.  As the first pass, it can be implemented as history
  37. for the browsers.  Combine that with a saveable history, and you could
  38. just stick in the whole web into your history.
  39.  
  40. On the other hand, I have (very distant) plans to lay a WWW browser on
  41. top of GhostScript.  The browser would convert to postscript (also
  42. very convenient for printing).  Ghostscript provides hooks for inserting
  43. mouse functionality, for the clicking, and away we go.
  44.  
  45. The point is this: once that's done, hypertext postscript just sort of
  46. happens.  It's there, with no additional work whatsoever.
  47.  
  48. >Anyway, would hyper-graphical representations of the Web be useful?
  49. >If it is worthwhile, is it doable?
  50.  
  51. Useful, yes; doable, yes; easy, no.
  52.  
  53. The hard part is telling a computer to lay out the graph.  You can assume
  54. a tree structure for any given local site, and be mostly correct, but I
  55. get the impression that the web is much more web-like across multiple
  56. sites.  Evan assuming a tree structure, you have to make sure that non
  57. of your non-tree links are drawn on top of each other (in parallel, that is).
  58.  
  59. Suppose we have a tree like this:
  60.  
  61.           A
  62.          /|\
  63.         / | \
  64.        B  C  D
  65.  
  66. If B, C, and D are all inter-linked, you can't draw their links and
  67. have them all be visible, unless you move one of B, C, or D; or use
  68. curved lines as links (anybody know how they generate the Usenet
  69. maps?).  The specific solution is obvious, but generalizing it is not
  70. (to me, anyway).
  71.  
  72. One concept that would probably help is grouping.  It's common that a
  73. large body of documetation has a single entry point (or at least a
  74. small number of them).  These could be displayed as a single element in
  75. the map, until a certain zoom level is reached.  A good first guess
  76. would be that each site is a single entity.
  77.  
  78. Parting Shot - does it occur to anyone that a Virtual Reality interface
  79. might provide the best view of the web, and the best way of traversing it?
  80. And does it also occur to anyone that this view of the web might look
  81. a lot like the cyberspace described by author William Gibson?
  82.  
  83.       tom
  84.  
  85.